|
FrameLib
2.0
DSP processing with frames of arbitrary timing and length
|
a single-threaded queue for non-recursive queuing of items for processing More...
#include <FrameLib_Object.h>
Public Member Functions | |
| Queue () | |
| Queue (T *object, Method method) | |
| Queue (const Queue &)=delete | |
| Queue & | operator= (const Queue &)=delete |
| void | add (T *object) |
| void | start (Method method) |
| T * | getFirst () const |
a single-threaded queue for non-recursive queuing of items for processing
An item can only be in one position in a single queue at a time.
|
inline |
|
inline |
|
delete |
|
inline |
|
inline |
|
delete |
|
inline |